a /*手机端样式开始*/
html,body { font-size: 12px; }

/*统一header开始*/
#name_box_w { z-index: 99; width: 100%; position: fixed; top: 0; left: 0; background-color: #ffffff; height: 5.0rem; transition: all 0.5s; }

#name_box_w .container-fluid { height: 100%; }
#name_box_w #header_logo img { transition: all 0.5s; object-fit: contain; }
#name_box_w #header_logo img.logo { max-height: 4.25rem /* 68/16 */; }
#name_box_w #header_logo img.slogan { max-height: 2.25rem /* 36/16 */; }

#name_box_w .container-fluid #header_nav { height: 100%; }
#name_box_w .container-fluid #header_nav ul { height: 100%; }

/*主导航*/
.navI>li { position: relative; display: flex; justify-content: center; align-items: center }
.navI>li>a { position: relative; z-index: 1; display: block; text-align: center; padding: 0.625rem 0.3125rem; }
.navI>li>a p:first-child { transition: all 0.5s; z-index: 1; font-size: 1.0625rem; color: var(--grey1); }
.navI>li>a p:last-child { transition: all 0.5s; z-index: 1; font-size: 0.75rem; color: #aeaeae; }
.navI>li:after { z-index: 0; position: absolute; top: 0; left: 0; transform: translateY(0); display: block; width: 100%; height: 0; content: ''; transition: all .5s ease; }
.navI>li:hover:after, .navI>li.active:after { background-color: var(--base_color); height: 100%; }
.navI>li:hover>a p,.navI>li.active>a p { color: #FFFFFF; }
.navI>li .children { width: 22.5rem; transition: all .3s ease; background: #f2f2f2; position: absolute; left: 0; top: 5.0rem; height: 0; overflow: hidden; visibility: hidden; opacity: 0;}
.navI>li:hover .children { visibility: visible; opacity: 1; height: auto; }
.navI #nav_product .children { width: 31.5625rem; }
.navI #nav_news .children { left: auto; right: 0;}
.navI .children ul { padding: 1.25rem; }
.navI .children li a { color: #333333; padding: 0.3125rem 0.625rem; display: block; }
.navI .children li a:hover,.navI .children li a.active { color: #cb252a; text-decoration: underline; }
/*主导航*/

/*导航右侧*/
#header_tel i { transition: all 0.5s; font-size: 2.25rem; }
#header_tel div { transition: all 0.5s; font-size: 1.25rem; line-height: 1.2; }
/*导航右侧*/

#name_box_w .container-fluid #m_nav { width: 3.1875rem; height: 100%; }

#banner_box, #page_banner_box { margin-top: 5.0rem; transition: all 0.5s; }

#page_banner_box img { min-height: 14.666667rem /* 220/15 */; object-fit: cover; }

/*下拉样式*/
#name_box_w.boxshow { height: 4.375rem; background-color: #ffffff; box-shadow: 0 0 0.1875rem rgba(0,0,0,0.1); }
#name_box_w.boxshow .navI>li .children { top: 4.375rem; }
#name_box_w.boxshow #header_logo img { transition: all 0.5s; }
#name_box_w.boxshow #header_logo img.logo { max-height: 3rem /* 48/16 */ !important; }
#name_box_w.boxshow #header_logo img.slogan { max-height: 1.875rem /* 30/16 */ !important; }
/*#name_box_w.boxshow img { filter: brightness(-100%); }*/

#name_box_w.boxshow #header_tel i { font-size: 1.75rem; }
#name_box_w.boxshow #header_tel div { font-size: 1.125rem; }

#banner_box.boxshow, #page_banner_box.boxshow { /*margin-top: 3.75rem;*/ }
/*下拉样式*/

/*统一header结束*/

/*统一子页面开始*/

/*992开始左右分栏目子页面*/

/*统一子页面LEFT开始*/

#page_left { width: 100%; }

#page_left .slider_type .slider_type_list dl dt { height: 4.375rem; line-height: 4.375rem; background-color: #f3f3f3; padding: 0 1.25rem; font-size: 1.125rem; }
#page_left .slider_type .slider_type_list dl dt i { font-size: 0.75rem; }
#page_left .slider_type .slider_type_list dl dt a { font-weight: normal; }

#page_left .slider_type .slider_type_list dl.active dt { background-color: var(--base_color); color: #ffffff; }
#page_left .slider_type .slider_type_list dl.active dt a { color: #ffffff; }
#page_left .slider_type .slider_type_list dl.active dt i { display: block; }

#page_left .slider_type .slider_type_list dl .sub { display: none; background-color: #f2f4f6; }
#page_left .slider_type .slider_type_list dl.active .sub { display: block; }

#page_left .slider_type .slider_type_list dl dd { line-height: 2.5rem; padding: 0 1.25rem; color: #333333; font-size: 1.0rem; }

#page_left .slider_type .slider_type_list dl.active dd a.active { color: var(--base_color); }


#page_left .slider_gd .slider_gd_head { height: 3.5625rem; line-height: 3.5625rem; border: 1px solid #efefef; text-align: center; margin-bottom: 0.625rem; }
#page_left .slider_gd .slider_gd_head .title { font-size: 1.25rem; color: #333333; font-weight: bold; }

#page_left .slider_contact { background-color: var(--second_color); padding: 1.25rem; }
#page_left .slider_type_head .title { font-size: 1.5rem; }
/*统一子页面LEFT结束*/

/*统一子页面RIGHT开始*/
#page_right { width: 100%; }
#page_right .page_title .title { font-size: 2.0rem; border-left: 0.375rem solid var(--second_color); padding-left: 0.625rem; }

.mainInfo { font-size: 1rem; }
.video_box { width: 100%; height: 23.4375rem; }

/*子页面翻页按钮按钮*/
.de-page-mian .page-inner .prev, .de-page-mian .page-inner .next, .de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner .page-btn{display: none !important;}
/*子页面翻页按钮按钮*/

.pro_li a .cover {transition: all 0.3s; opacity: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.5); display: flex; justify-content: center; align-items: center; }
.pro_li a .cover .title { color: #ffffff; position: relative; padding: 0.625rem 0; max-width: 80%;}
.pro_li a:hover .cover { opacity: 1; } 
.pro_li a .cover .title:before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 1px; background: #fff; transition: all .5s ease;}
.pro_li a .cover .title:after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 1px; background: #fff; transition: all .5s ease;}
.pro_li a:hover .cover .title:before, .pro_li a:hover .cover .title:after { width: 0.625rem; }

/*.pro_li img { max-width: 100%; max-height: 100%; }*/

.pro_li .box_link a.link1 { height: 2.5625rem; background-color: var(--base_color); color: #ffffff; border-radius: 0; }
.pro_li .box_link a.link2 { height: 2.5625rem; background-color: var(--second_color); color: #ffffff; border-radius: 0; }
.pro_li .box_link a { flex-grow: 0; padding: 0 0.625rem; height: 3.25rem; overflow: hidden; font-size: 0.875rem; color: #ffffff; }
.pro_li .box_link a i { font-size: 1.125rem; margin-right: 0.3125rem; color: #ffffff; }
.pro_li .box_link a:hover { background-color: #000000; color: #ffffff; }
.pro_li .box_link a:hover i { color: #ffffff; }

.pro_li .box_link a.link1:hover { background-color: #ef9700; }
.pro_li .box_link a.link2:hover { background-color: #20223b; }

.detail_title>div { height: 100%; width: 12rem; height: 4rem; bottom: -0.0625rem; }


/*统一子页面RIGHT结束*/

/*统一子页面结束*/

/*统一footer开始*/
#footer { background-color: #414550; margin-bottom: 5rem; }
#footer_main { padding-top: 2.5rem; padding-bottom: 2.5rem; }

#footer_main,#footer_main a { color: #dbdcdf;}
#footer_main a:hover { color: var(--second_color); }

#footer_main dl dt { color: #ffffff; font-size: 1.375rem; margin-bottom: 1.25rem; font-weight: normal; }
#footer_main dl dd { line-height: 2; }

#footer_main #contactList dl dd { display: flex; align-items: center; line-height: 1.6; font-size: 1.0rem; }
#footer_main #contactList dl dd .square { background-color: #e8e8e8; color: #414550; width: 2.5rem; height: 2.5rem; flex-shrink: 0; font-size: 1.875rem; display: flex; justify-content: center; align-items: center; margin-right: 1.25rem; }
#footer_main #contactList dl dd .square i { font-size: 1.125rem; }
#footer_main #contactList dl dd#address { font-size: 0.875rem; }

#footer_main #qrcodeList li { font-size: 0.875rem; text-align: center; }
#footer_main #qrcodeList img { width: 8.25rem; height: 8.25rem; }


#links { color: #dbdcdf; }
#links a { color: #dbdcdf; }
#links a:hover { color: #ffffff; }

#footer_copy { margin-top: 0.625rem; }
#footer_copy .container.border-top { border-color: #606574 !important; padding-top: 1rem; padding-bottom: 1rem; }
#footer_copy,#footer_copy a { font-size: 0.875rem; color:#8e9198; }
#footer_copy a:hover, #footer_copy a:hover { color: var(--second_color); }
/*统一footer结束*/


/*首页样式开始*/

/*首页swiper按钮统一样式*/
.flash_all .swiper-pagination { bottom: 1.25rem !important; }
.flash_all .swiper-pagination .swiper-pagination-bullet { background-color: #fb3e3e; outline: none; transition: all 0.3s; padding: 0; opacity: 1; margin: 0 0.3125rem; border-radius: 0; width: 0.75rem; height: 0.125rem;}
.flash_all .swiper-pagination-bullet-active { background-color: #fb3e3e; outline: none; padding: 0 1.25rem !important; opacity: 1 !important;}
.flash_all .swiper-button-next, .flash_all .swiper-button-prev { border-radius: 50%; background-color: rgba(255, 255, 255, 0.5); color: #ffffff !important;}

/*首页swiper按钮统一样式*/

/*首页swiper左右按钮*/
.swiper-button-prev:after, .swiper-button-next:after{font-size: 1.25rem !important;}
/*首页swiper左右按钮*/

/*in_box_1*/

#in_box_1 { background: url('../images/in_bg1.jpg') center no-repeat; background-size: cover; }
#in_box_1 .box_header .title { font-size: 1.4rem; margin-bottom: 1.875rem; font-weight: bold; }
#in_box_1 .box_header .desc { color: var(--grey1); font-size: 1.25rem; margin-bottom: 1.25rem; line-height: 1.6; font-weight: bold; }
#in_box_1 .intro_content { text-indent: 2em; font-size: 1.0rem; color: var(--grey2); line-height: 2; margin-bottom: 1.875rem; }

.box_param { font-size: 1.125rem; font-weight: bold; margin-bottom: 1.875rem; }
.box_param li { width: 48%; max-width: 300px; font-weight: bold; }
.box_param li .line { max-width: 3.0rem; height: 0.0625rem; background-color: #000000; }
.box_param li .key { font-size: 1.125rem; }
.box_param li .vo1 { font-size: 2.5rem; color: var(--second_color); font-family: Arial !important; }
.box_param li .vo2 { font-size: 1rem; color: var(--second_color); margin-left: 0.3125rem; }
.box_param li .vo2 .vo2_1 { margin-bottom: 0.1rem; }

#in_box_1 .box_link a.link1 { width: 13.9375rem; height: 3.25rem; background-color: var(--second_color); color: #ffffff; border-radius: 1.875rem; }
#in_box_1 .box_link a { flex-grow: 0; padding: 0 0.625rem; height: 3.25rem; overflow: hidden; font-size: 1.0rem; color: #ffffff; }
#in_box_1 .box_link a i { font-size: 2.0rem; margin-right: 0.3125rem; color: #000000; }
#in_box_1 .box_link a:hover { width: 80%; width: 16.25rem; background-color: var(--base_color); color: #ffffff;}
/*in_box_1*/

/*in_box_2*/

#in_box_2 { background: url('../images/in_bg2.jpg') center no-repeat; background-size: cover; }

#in_box_2 { padding-top: 2.5rem; padding-bottom: 2.5rem; }

#in_box_2 .box_header { text-align: center; }
#in_box_2 .box_header .title { font-size: 2.125rem; margin-bottom: 1.5625rem; font-weight: bold; }
#in_box_2 .box_header .desc { max-width: 90%; margin: 0 auto; margin-bottom: 2.5rem; line-height: 1.6; }

#in_box_2 .box_body #goods_slider_type { margin-bottom: 2.5rem; }
#in_box_2 .box_body #goods_slider_type .title { width: 7rem; height: 3.5625rem; background-color: #ffffff; font-size: 1.0625rem; font-weight: bold; color: var(--grey1); }
#in_box_2 .box_body #goods_slider_type .cont_box { width: calc(100% - 7rem); height: 3.5625rem; background-color: #ffffff; padding: 0 1.25rem; }
#in_box_2 .box_body #goods_slider_type .cont_box .goods_slider_type .swiper-slide { width: auto; }
#in_box_2 .box_body #goods_slider_type .cont_box .goods_slider_type .swiper-slide a span:first-child { transition: all 0.3s; margin-right: 0.625rem; display: block; width: 1.0rem; height: 1.0rem; background-color: var(--second_color); color: #ffffff; }

#in_box_2 .box_body #goods_slider_type .cont_box .goods_slider_type .swiper-slide a:hover span:first-child { background-color: var(--second_color); color: #ffffff; }
#in_box_2 .box_body #goods_slider_type .cont_box .goods_slider_type .swiper-slide a:hover { color: var(--second_color); text-decoration: underline; }

#in_box_2 .box_body .pro_gd { padding-bottom: 4.375rem; }

#in_box_2 .box_body .pro_gd .swiper-slide .box { padding: 1.25rem 1.25rem; }
#in_box_2 .box_body .pro_gd .swiper-slide .img_box { width: 100%; }
#in_box_2 .box_body .pro_gd .swiper-slide .cont_box { margin-top: 1.25rem; width: 100%; max-width: calc(100%); }
#in_box_2 .box_body .pro_gd .swiper-slide .cont_box .title { font-size: 1.3125rem; color: #333333; font-weight: bold; margin-bottom: 1.25rem; }
#in_box_2 .box_body .pro_gd .swiper-slide .cont_box .content { font-size: 0.875rem; line-height: 1.6; color: var(--grey1); margin-bottom: 1.125rem; }

.pro_gd .box_link a.link1 { height: 2.5625rem; background-color: var(--second_color); color: #ffffff; border-radius: 0; }
.pro_gd .box_link a.link2 { height: 2.5625rem; background-color: var(--base_color); color: #ffffff; border-radius: 0; }
.pro_gd .box_link a { flex-grow: 0; padding: 0 0.625rem; height: 3.25rem; overflow: hidden; font-size: 0.875rem; color: #ffffff; }
.pro_gd .box_link a i { font-size: 1.125rem; margin-right: 0.3125rem; color: #ffffff; }
.pro_gd .box_link a:hover { background-color: #000000; color: #ffffff; }
.pro_gd .box_link a:hover i { color: #ffffff; }

.pro_gd .box_link a.link1:hover { background-color: var(--base_color); }
.pro_gd .box_link a.link2:hover { background-color: #20223b; }

.pro_gd .swiper-pagination { bottom: 1.75rem !important; }
.pro_gd .swiper-pagination .swiper-pagination-bullet { outline: none; width: 0.875rem !important; height: 0.875rem !important; background-color: transparent; border: 1px solid #ffffff; opacity: 1; margin: 0 0.5rem !important; }
.pro_gd .swiper-pagination-bullet-active { background-color: #ffffff !important; }

#in_box_2 .pro_gd_w .swiper-button-prev { background-color: #96a2b5; transform: translateY(-2.3rem); width: 3.0rem !important; height: 4.0rem !important; border-radius: 0; left: -0.75rem !important; color: #ffffff !important; }
#in_box_2 .pro_gd_w .swiper-button-next { background-color: var(--base_color); transform: translateY(-2.3rem); width: 3.0rem !important; height: 4.0rem !important; border-radius: 0; right: -0.75rem !important; color: #dadada !important;}
#in_box_2 .pro_gd_w .swiper-button-prev:after, #in_box_2 .pro_gd_w .swiper-button-next:after { font-size: 1.5rem !important; }

#in_box_2 .box_body .more a { font-size: 1.0rem; color: #ffffff; }
#in_box_2 .box_body .more a:hover { text-decoration: underline; }

/*in_box_2*/

/*in_box_3*/
#in_box_3 { background-color: #edf0f4; }
#in_box_3 { padding-top: 2.5rem; padding-bottom: 2.5rem; }

#in_box_3 .box_header { margin-bottom: 1.5rem; }
#in_box_3 .box_header .title { font-size: 1.75rem; font-weight: bold; }
#in_box_3 .box_header .desc { margin-left: 1.6875rem; line-height: 1.6; }

#in_box_3 .case_gd .swiper-slide { border: 0.3125rem solid #ffffff; }
#in_box_3 .case_gd .title { height: 3.3125rem; display: flex; justify-content: center; align-items: center; padding: 0.625rem; }
#in_box_3 .case_gd .title p { color: #333333; }

#in_box_3 .case_gd_w .swiper-button-prev { width: 2.5rem; height: 4.1875rem; color: #FFF !important; background-color: var(--second_color); left: -0.75rem !important; }
#in_box_3 .case_gd_w .swiper-button-next { width: 2.5rem; height: 4.1875rem; color: #FFF !important; background-color: #96a2b5; right: -0.75rem !important; }
#in_box_3 .case_gd_w .swiper-button-prev:hover, #in_box_3 .case_gd_w .swiper-button-next:hover { background-color: var(--base_color); }
#in_box_3 .case_gd_w .swiper-button-prev:after, #in_box_3 .case_gd_w .swiper-button-next:after { font-size: 1.5rem; }

/*in_box_3*/


/*in_box_4*/
#in_box_4 { background-color: #ffffff; }
#in_box_4 { padding-top: 2.5rem; padding-bottom: 0; }

#in_box_4 .box_header { text-align: center; }
#in_box_4 .box_header .title { font-size: 1.75rem; margin-bottom: 0.9375rem; font-weight: bold; }
#in_box_4 .box_header .desc { max-width: 80%; margin: 0 auto; margin-bottom: 1.5rem; line-height: 1.6; }

.imgbox_477_520:after { margin-top: 109.0146750524%; }

.qyys_gd .imgbox { background-color: rgba(24,35,57, 1); }
.qyys_gd .main_img { opacity: 0.36; }

.qyys_gd .cover { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 1.25rem; }

.qyys_gd .cover .ys_icon {z-index: 1; transition: all 0.3s; width: 7.125rem; height: 7.125rem; border: 0.125rem solid rgba(255,255,255,0.32); margin-bottom: 2.8125rem;}
.qyys_gd .cover .ys_icon p { width: 100%; height: 100%; position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; }
.qyys_gd .cover .ys_icon p img { filter: brightness(10000%); }

.loader-pulsing { background-color: rgba(255,255,255,0); border-radius: 50%; width: 7.125rem; height: 7.125rem; position: relative; }
.loader-pulsing:before, .loader-pulsing:after { background-color: rgba(255,255,255,0); content: ""; position: absolute; top: 0; width: 100%; height: 100%; display: block; border-radius: 50%; transition: all 1s; -webkit-animation: pulse 3s ease-out infinite; animation: pulse 3s ease-out infinite; }
.loader-pulsing:after { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; -webkit-animation-timing-function: cubic-bezier(0.3, 1.65, 0.7, -0.65); animation-timing-function: cubic-bezier(0.3, 1.65, 0.7, -0.65); }

@-webkit-keyframes pulse {
	0% {
		transform: scale(0);
	}

	75%, 100% {
		transform: scale(1.2);
	}
}

@keyframes pulse {
	0% {
		transform: scale(0);

	}

	75%, 100% {
		transform: scale(1.2);
	}
}

.qyys_gd .swiper-slide .cover:after { content: ""; position: absolute; width: 100%; height: 0%; left: 0; bottom: 0; z-index: 1; background-color: rgba(228,146,6,.74); transition: all .5s cubic-bezier(.4,0,.2,1); }
.qyys_gd .swiper-slide .cover:hover:after { height: 100%; top: 0; bottom: auto; }

.qyys_gd .swiper-slide .cover>div { position: relative; z-index: 2; }

.qyys_gd .swiper-slide:hover .loader-pulsing { border: 0 ; background-color: rgba(255,255,255,0.5); }
.qyys_gd .swiper-slide .loader-pulsing p img { filter: grayscale(100%) brightness(1000%); }
.qyys_gd .swiper-slide:hover .loader-pulsing p img { filter: brightness(100%); }
.qyys_gd .swiper-slide:hover .loader-pulsing:before, .qyys_gd .swiper-slide:hover .loader-pulsing:after { background-color: rgba(255,255,255,0.3); }

.qyys_gd .cover .title { visibility: visible; opacity: 1; transition: all 0.3s; font-size: 2.0rem; font-weight: bold; color: #ffffff; text-align: center; margin-bottom: 1.5625rem; }
.qyys_gd .cover .desc { transition: all 0.3s; font-size: 1.375rem; color: #ffffff; text-align: center; line-height: 1.5; }
.qyys_gd .cover .content { visibility: visible; opacity: 0; transition: all 0.3s; font-size: 0.875rem; color: #ffffff; line-height: 1.5; margin-top: 1.5625rem; visibility: hidden; opacity: 0; }

.qyys_gd .swiper-slide:hover .cover>div { /*transform: translateY(1rem);*/ }
.qyys_gd .swiper-slide:hover .cover .content { visibility: visible; opacity: 1; }

.qyys_gd .swiper-slide:hover .cover .ys_icon { /*transform: translateY(0.625rem);*/ }
.qyys_gd .swiper-slide:hover .cover .title { visibility: visible; opacity: 0; /*transform: translateY(-2.5rem);*/ }
.qyys_gd .swiper-slide:hover .cover .desc { transform: translateY(-2.8rem); }
.qyys_gd .swiper-slide:hover .cover .content { transform: translateY(-2.8rem); }

/*in_box_4*/

/*in_box_5*/
#in_box_5 { background-color: #ffffff; }
#in_box_5 { padding-top: 2.5rem; padding-bottom: 0; }

#in_box_5 .box_header { text-align: center; }
#in_box_5 .box_header .title { font-size: 2.125rem; margin-bottom: 3.0rem; font-weight: bold; }

.jqhz_gd .swiper-slide { transition: all 0.3s; transform: scale(0.8); }
.jqhz_gd .swiper-slide-active, .swiper-slide-duplicate-active { transform: scale(1); }
.jqhz_gd .title { position: absolute; left: 0; bottom: 0; width: 100%; height: 3.0rem; display: flex; justify-content: center; align-items: center; padding: 0.625rem; background-color: #3c3e46; }
.jqhz_gd .title p { color: #ffffff; font-size: 1.0625rem; text-align: center; }

.jqhz_gd_w { padding: 0 2.0rem; }
.jqhz_gd_w .swiper-button-prev { width: 2.5rem; height: 2.5rem; color: #FFF !important; background-color: #96a2b5; left: -0.75rem !important; }
.jqhz_gd_w .swiper-button-next { width: 2.5rem; height: 2.5rem; color: #FFF !important; background-color: var(--base_color); right: -0.75rem !important; }
.jqhz_gd_w .swiper-button-prev:hover, .jqhz_gd_w .swiper-button-next:hover { background-color: var(--second_color); }
.jqhz_gd_w .swiper-button-prev:after, .jqhz_gd_w .swiper-button-next:after { font-size: 1.5rem; }
/*in_box_5*/

/*in_box_6*/

#in_box_6 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
#in_news { width: 100%; background-color: #f7f7f7; padding: 1.875rem 1rem; }
#in_honor { width: 100%; background-color: #f7f7f7; padding: 1.875rem 1rem; }
#in_box_6 .box_header { margin-bottom: 1.875rem; }
#in_box_6 .box_header .title { font-size: 1.875rem; font-weight: bold; }
#in_box_6 .box_header .more a { display: block; font-size: 0.875rem; color: var(--grey3); border: 1px solid var(--grey3); background-color: #ffffff; width: 6.0rem; height: 2.0625rem; text-align: center; line-height: 2.0625rem; border-radius: 1.875rem; }

.in_newslist_best { margin-bottom: 0.625rem; }
.in_newslist_best li .img_box { width: 100%; }
.in_newslist_best li .cont_box { margin-top: 1.25rem; width: 100%; }
.in_newslist_best li .title { font-size: 1.0625rem; font-weight: bold; line-height: 1.6; margin-bottom: 1.25rem; }
.in_newslist_best li .content { font-size: 0.9375rem; color: var(--grey2); margin-bottom: 1.25rem; line-height: 1.6; }
.in_newslist_best li .time { font-size: 0.875rem; color: var(--grey2); }

#in_box_6 ul#in_newslist_normal li a { border: 1px solid #eaeaea; background-color: #ffffff; padding: 1.25rem; }
#in_box_6 ul#in_newslist_normal li .title { font-size: 1.0625rem; margin-bottom: 0.625rem; }
#in_box_6 ul#in_newslist_normal li .content { font-size: 0.875rem; color: var(--grey2); line-height: 1.6; }
#in_box_6 ul#in_newslist_normal li i { font-size: 1.25rem; color: #85858a; transition: all 0.3s; position: relative; }
#in_box_6 ul#in_newslist_normal li i:before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
#in_box_6 ul#in_newslist_normal li a:hover i { font-size: 1.5rem; color: var(--base_color); }

#in_box_6 ul#in_newslist_normal li a.hover_line:after { height: 100%; z-index: 0; }

#in_box_6 ul#in_newslist_normal li a .cont_box { position: relative; z-index: 1; }

#in_box_6 ul#in_newslist_normal li a:hover .cont_box * { color: #ffffff; }
#in_box_6 ul#in_newslist_normal li a:hover i { position: relative; z-index: 1; color: #ffffff; }


.honor_gd_w { padding: 2.0rem; }
.imgbox_365_397:after { margin-top: 108.7671232877%; }
.honor_gd_w .swiper-button-prev { width: 2.0625rem; height: 4.1875rem; color: #FFF !important; background-color: #d4d4d4; left: 0 !important; }
.honor_gd_w .swiper-button-next { width: 2.0625rem; height: 4.1875rem; color: #FFF !important; background-color: #d4d4d4; right: 0 !important; }
.honor_gd_w .swiper-button-prev:hover, .honor_gd_w .swiper-button-next:hover { background-color: var(--second_color); }
.honor_gd_w .swiper-button-prev:after, .honor_gd_w .swiper-button-next:after { font-size: 1.5rem; }

/*in_box_6*/

/*首页样式结束*/

/*公共样式*/

#page_banner_box .box_header { z-index: 1; text-align: center; color: #ffffff; }
#page_banner_box .box_header .title { font-size: 1.75rem; }
#page_banner_box .box_header .title:after { display: block; content: ""; width: 3.3125rem; height: 2px; background-color: #ffffff; margin: 1rem auto; }
#page_banner_box .box_header .desc { font-size: 1rem; }


.subNav .swiper-slide { position: relative; }
.subNav .swiper-slide:after { position: absolute; top: 50%; transform: translateY(-50%); right: 0; display: block; content: '|'; color: #cecece; }
.subNav .swiper-slide:last-child:after { display: none; }
.subNav .swiper-slide a { display: block; line-height: 5.0rem; text-align: center; position: relative; }
.subNav .swiper-slide a.active:after { position: absolute; bottom: 0; left: 0; display: block; content: ""; width: 100%; height: 5px; background-color: var(--base_color); }

.page_title .box_header .title { font-size: 1.75rem; margin-bottom: 1rem; }
.page_title .box_header .desc { color: var(--grey2); margin-bottom: 2rem; }
/*公共样式*/

/*关于我们样式*/
#company #box1 { margin-top: 2.375rem; }
#company #box1 .box { padding: 1rem 1rem; }
#company .tags { color: var(--grey1); font-size: 1.125rem; margin-bottom: 1rem; line-height: 2; font-weight: bold; }

#company #box1 .img_box { margin-bottom: 1.25rem /* 20/16 */; }

#company #box1 .more a { display: block; width: 13.9375rem; height: 3.25rem; background-color: var(--base_color); color: #ffffff; border-radius: 30px; overflow: hidden; }
#company #box1 .more a span { }
#company #box1 .more a:hover { width: 18.75rem; }

#company #box2 { margin-top: 4.1875rem; height: 44.0rem; background: url('../images/about/about_bg2.jpg'); padding: 4.0625rem 0 5.1875rem 0 !important; }

.qywh_gd .cont_box { transition: all 0.3s; background-color: #f2f4f6; text-align: center; color: #222222; }

.qywh_gd .cont_box .title { transition: all 0.3s; font-size: 1.375rem; font-weight: bold; }
.qywh_gd .cont_box .title:after { transition: all 0.3s; display: block; content: ""; width: 2rem; height: 2px; background-color: var(--base_color); margin: 1rem auto; }
.qywh_gd .cont_box .desc { transition: all 0.3s; font-size: 1rem; }

.qywh_gd a:hover .cont_box { background-color: var(--base_color); color: #ffffff; position: relative; margin-top: -1.25rem; padding-top: 4.25rem !important; }
.qywh_gd a:hover .cont_box * { color: #ffffff; }
.qywh_gd a:hover .cont_box .title:after { background-color: #ffffff; width: 3rem; }

#company #box3 { padding-top: 4.1875rem !important; padding-bottom: 4.875rem !important; }

.cqhj_gd .swiper-pagination { bottom: 0 !important; }
.cqhj_gd .swiper-pagination .swiper-pagination-bullet { outline: none; width: 0.875rem !important; height: 0.875rem !important; background-color: transparent; border: 1px solid #999999; opacity: 1; margin: 0 0.5rem !important; }
.cqhj_gd .swiper-pagination-bullet-active { border-color: var(--base_color) !important; background-color: var(--base_color) !important; }

.cqhj_gd_w .swiper-button-prev { background-color: #20223b; transform: translateY(-2.3rem); width: 2.5rem !important; height: 2.5rem !important; border-radius: 0; left: -0.75rem !important; color: #ffffff !important; }
.cqhj_gd_w .swiper-button-next { background-color: #d01b22; transform: translateY(-2.3rem); width: 2.5rem !important; height: 2.5rem !important; border-radius: 0; right: -0.75rem !important; color: #dadada !important;}
.cqhj_gd_w .swiper-button-prev:after, .cqhj_gd_w .swiper-button-next:after { font-size: 1rem !important; }

/*关于我们样式*/

/*单页样式*/
#single .tags { color: var(--grey1); font-size: 1.125rem; margin-bottom: 2rem; line-height: 1.6; font-weight: bold; }
/*单页样式*/

/*新闻资讯*/
.catname { position: absolute; top: 1rem; left: 1rem; padding: 0.5rem 0.625rem; font-size: 0.875rem; z-index: 1; background-color: rgba(255, 255, 255, 0.9); color: #5b5959; border-radius: 0.125rem; }
/*新闻资讯*/

/*产品详情*/
#proinfo .qyys_list .ys_icon {z-index: 1; transition: all 0.3s; width: 4.0625rem; height: 4.0625rem; border: 0.125rem solid var(--second_color); margin-bottom: 0.625rem;}
#proinfo .qyys_list .ys_icon p { width: 100%; height: 100%; position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; }
#proinfo .qyys_list .ys_icon img { height: 1.5rem; }

#proinfo .qyys_list { text-align: center; }
#proinfo .qyys_list .desc { font-size: 0.875rem; margin: 0 auto; margin-bottom: 1.5rem; line-height: 1.6; text-align: center; }


#proinfo .box_link a.link1 { height: 2.5rem /* 40/16 */; background-color: var(--second_color); color: #ffffff; border-radius: 0; }
#proinfo .box_link a.link2 { height: 2.5rem /* 40/16 */; background-color: var(--base_color); color: #ffffff; border-radius: 0; }
#proinfo .box_link a { flex-grow: 0; padding: 0 0.625rem; height: 2.5rem /* 40/16 */; overflow: hidden; font-size: 1rem; color: #ffffff; }
#proinfo .box_link a i { font-size: 1.5rem; margin-right: 0.9375rem; color: #ffffff; }
#proinfo .box_link a:hover { background-color: #000000; color: #ffffff; }
#proinfo .box_link a:hover i { color: #ffffff; }
#proinfo .box_link a.link1:hover { background-color: var(--base_color); }
#proinfo .box_link a.link2:hover { background-color: var(--base_color); }


#proinfo .link_list li a { width: 1.875rem; height: 1.875rem; display: flex; justify-content: center; align-items: center; }
#proinfo .link_list li i { font-size: 1.25rem; color: #ffffff; }

#proinfo .link_list li:nth-child(1) a { background-color: #3b5997; }
#proinfo .link_list li:nth-child(2) a { background-color: #1da1f2; }
#proinfo .link_list li:nth-child(3) a { background-color: #0a66c2; }
#proinfo .link_list li:nth-child(4) a { background-color: #ff0000; }

#proinfo .link_list li a:hover { background-color: var(--base_color); }


/*产品详情*/

/*联系我们样式*/
.contact-list li .rounded-circle { background-color: var(--base_color); color: #ffffff; width: 2.5rem; height: 2.5rem; flex-shrink: 0; font-size: 1.0625rem; display: flex; justify-content: center; align-items: center; margin-right: 1.25rem; }
.contact-list li big {  font-size: 1.375rem; }
.contact-list li .rounded-circle i { font-size: 1.125rem; }

#contact .box_header { margin-bottom: 1.5rem; }
#contact .box_header .title { font-size: 1.75rem; font-weight: bold; }
#contact .box_header .desc { margin-left: 1.6875rem; line-height: 1.6; }

.contact_message li .ibox { background-color: #f3f3f3; color: #929292; }
.contact_message li .lable { width: 3.5rem; flex-shrink: 1; }
.contact_message li .ibox input { background-color: transparent; width: 100%; }
.contact_message li .ibox textarea { background-color: transparent; width: 100%; height: 6.25rem; }
/*联系我们样式*/

/*手机端样式*/
@media (min-width: 375px){
	html,body { font-size: 12.5px; }
}
/*手机端样式*/

/*大屏手机样式*/
@media (min-width: 576px){
	html,body { font-size: 13px; }

}
/*大屏手机样式*/

/*PAD效果*/
@media (min-width: 768px){
	html,body { font-size: 13.5px; }

	/*首页样式开始*/
	/*in_box_6*/
	#in_news {width: 100%; padding: 3.125rem 2.5rem; }
	#in_honor {width: 100%; padding: 3.125rem 2.5rem; }

	.in_newslist_best { margin-bottom: 1.875rem; }
	.in_newslist_best li .img_box { max-width: 28%; }
	.in_newslist_best li .cont_box { margin-top: 0; margin-left: 1rem; max-width: calc(72% - 1rem); }
	/*in_box_6*/

	/*首页样式结束*/
	/*统一子页面开始*/
	.pro_show { width: 100%; }
	/*统一子页面结束*/

}
/*PAD效果*/

/*IPAD效果*/
@media (min-width: 992px){

	html,body { font-size: 14px; }

	/*统一header开始*/
	#name_box_w #header_logo img.logo { max-height: 4.5rem /* 72/16 */; }
	#name_box_w #header_logo img.slogan { max-height: 1.75rem /* 28/16 */; }

	#name_box_w #header_nav { width: 75%; }
	/*统一header结束*/

	/*统一子页面开始*/
	#page_left { width: 25%; }
	#page_right { width: 73%; margin-left: 2%; }
	#page_right.order-lg-first { margin-left: auto; margin-right: 2%; }
	/*.pro_li a img { max-width: 96%; max-height: 96%; }*/
	/*统一子页面结束*/

	/*统一footer开始*/
	#footer { margin-bottom: 0; }
	/*统一footer结束*/

	#company #box1 .img_box { max-width: 45%; float: left; margin: 0 5.0rem 1.25rem 1.625rem; position: relative; }
	#company #box1 img { position: relative; z-index: 1; }
	#company #box1 .img_box:after { display: block; content: ''; width: 34.28%; height: 100%; background-color: var(--base_color); position: absolute; left: -1.625rem; top: -1.0625rem; z-index: 0;}

	#company .mainInfo .section { width: 100%; height: 6.25rem /* 100/16 */; display: block;}

	#proinfo .box_link>div { width: auto; }
	#proinfo .box_link a { width: 12.5rem /* 200/16 */; }
 }
/*IPAD效果*/

/*PC效果*/
@media (min-width: 1200px){

	html,body { font-size: 15px; }

	.clamp-xl-1 { -webkit-line-clamp: 1; }
	.clamp-xl-2 { -webkit-line-clamp: 2; }
	.clamp-xl-3 { -webkit-line-clamp: 3; }
	.clamp-xl-4 { -webkit-line-clamp: 4; }
	.clamp-xl-5 { -webkit-line-clamp: 5; }
	.clamp-xl-6 { -webkit-line-clamp: 6; }
	.clamp-xl-7 { -webkit-line-clamp: 7; }

	/*统一header开始*/
	#name_box_w #header_logo { width: 21.25rem; }
	/*统一header结束*/

	/*首页样式开始*/

	/*in_box_6*/
	#in_news { width: 60%; padding: 1.5625rem 1.25rem; }
	#in_honor { width: 37%; padding: 1.5625rem 1.25rem; }
	.in_newslist_best { margin-bottom: 1.875rem; }
	.in_newslist_best li .img_box { max-width: 30%; }
	.in_newslist_best li .cont_box { margin-top: 0; margin-left: 1.25rem; max-width: calc(70% - 1.25rem); }
	/*in_box_6*/

	/*首页样式结束*/

	/*公共样式*/

	#page_banner_box img { object-fit: unset; }
	#page_banner_box .box_header .title { font-size: 2.8125rem; }
	#page_banner_box .box_header .title:after { margin: 1.5625rem auto; }
	#page_banner_box .box_header .desc { font-size: 1.25rem;  }

	.subNav .swiper-slide { width: 130px; }

	.page_title .box_header .title { font-size: 2.1875rem; margin-bottom: 1rem; }
	.page_title .box_header .desc { font-size: 1rem; margin-bottom: 3.75rem; }
	/*公共样式*/

	/*关于我们样式*/
	#company #box1 .box { padding: 4.1875rem 4.375rem; }
	#company .tags { font-size: 1.25rem; }
	/*关于我们样式*/

	/*单页样式*/
	#single #box1 .box { padding: 4.1875rem 4.375rem !important; }
	#single .tags { font-size: 1.625rem; }
	/*单页样式*/

	/*联系我们*/
	#contact #box1 .box { padding: 4.1875rem 4.375rem !important; }
	/*联系我们*/

	/*产品中心*/
	.pro_li .box_link { max-width: 100%; }
	/*产品中心*/

	.detail_title>div { width: 16.875rem; }

	/*统一footer开始*/
	#footer #e1 { border-right: 1px solid #606574; }
	#footer_main #contactList { padding-left: 5rem; }
	#footer_copy .container.border-top { padding-top: 1.875rem; padding-bottom: 1.875rem; }
	/*统一footer结束*/
}
/*PC效果*/

/*1280效果/1920 150% 效果*/
@media (min-width: 1280px){

}
/*1280效果/1920 150% 效果*/

/*1400效果*/
@media (min-width: 1400px){

	html,body { font-size: 16px; }
	#name_box_w { height: 7.5rem /* 120/16 */;}
	#name_box_w #header_logo { width: 21.25rem /* 340/16 */; }
	#name_box_w #header_nav { width: calc(100% - 21.25rem - 12.8125rem - 6.25rem); }
	#name_box_w #header_tel { width: 12.8125rem; }

	#name_box_w #header_logo img.logo { max-height: 6.875rem /* 110/16 */; }
	#name_box_w #header_logo img.slogan { max-height: 2.5rem /* 40/16 */; }

	.banner_s { width: 1920px; position: relative; left: 50%; transform: translateX(-50%); }

	#nav_news .children { left: 0; right: auto; }
}
/*1400效果*/

/*1440效果*/
@media (min-width: 1440px){

	html,body { font-size: 16px; }
	.container { max-width: 1400px; }

	#name_box_w #header_nav { width: calc(100% - 21.25rem - 12.8125rem - 9.375rem); }

}
/*1440效果*/


/*1536效果/1920 125% 效果*/
@media (min-width: 1536px){
	html,body { font-size: 16px; }
	.container { max-width: 1464px; }

	#name_box_w #header_nav { width: calc(100% - 21.25rem - 12.8125rem - 13.5rem); }

	#name_box_w { height: 7.5rem; }
	#banner_box, #page_banner_box { margin-top: 7.5rem; }
	.navI>li .children { top: 7.5rem; }

	/*首页样式开始*/

	/*in_box_1*/
	#in_box_1 { height: 35.625rem; background-size: auto; }
	#in_box_1 { padding-top: 3.9375rem !important; padding-bottom: 4.1875rem !important; }
	.box_param li { padding-right: 4.375rem; }
	.box_param li .vo1 { font-size: 4.0625rem; }
	.box_param li .vo2 { font-size: 1.0625rem; }
	.box_param li .vo2 .vo2_1 { margin-bottom: 0.5rem; }

	#in_box_1 .img_box { padding-left: 7.5rem; }	
	/*in_box_1*/

	/*in_box_2*/
	#in_box_2 { height: 66.5625rem; background-size: auto; }
	#in_box_2 { padding-top: 3.3125rem !important; padding-bottom: 3.125rem !important; }
	#in_box_2 .box_body #goods_slider_type .title { width: 8.125rem; }
	#in_box_2 .box_body #goods_slider_type .cont_box { width: calc(100% - 8.125rem); padding: 0 2.5rem; }
	#in_box_2 .box_body .pro_gd { padding-bottom: 6.25rem; }
	#in_box_2 .box_body .pro_gd .swiper-slide .box { padding: 1.6875rem 2.25rem; }
	#in_box_2 .box_body .pro_gd .swiper-slide .img_box { max-width: 50%; }
	#in_box_2 .box_body .pro_gd .swiper-slide .cont_box { margin-top: 0; margin-left: 1.875rem; max-width: calc(50% - 1.875rem); }
	#in_box_2 .box_body .pro_gd .swiper-slide .cont_box .content { line-height: 2; }

	#in_box_2 .pro_gd_w .swiper-button-prev { background-color: transparent; left: -3.125rem !important; }
	#in_box_2 .pro_gd_w .swiper-button-next { background-color: transparent; right: -3.125rem !important;}
	/*in_box_2*/

	/*in_box_3*/
	#in_box_3 { height: 31.5625rem; }
	#in_box_3 { padding-top: 3.4375rem !important; padding-bottom: 3.3125rem !important; }
	#in_box_3 .box_header { margin-bottom: 2.875rem; }
	#in_box_3 .box_header .title { font-size: 2.125rem; }
	/*in_box_3*/

	/*in_box_4*/
	#in_box_4 { height: 43.5rem; }
	#in_box_4 { padding-top: 3.5625rem !important; padding-bottom: 0 !important; }
	#in_box_4 .box_header .title { font-size: 2.5rem; }
	#in_box_4 .box_header .desc { margin-bottom: 2.9375rem; }
	.qyys_gd .cover { padding: 10%; }
	/*in_box_4*/

	/*in_box_5*/
	#in_box_5 { padding-top: 4.6875rem !important; padding-bottom: 0; }
	.jqhz_gd_w { padding: 0 4.0rem; }
	.jqhz_gd .title { height: 3.125rem; }
	.jqhz_gd_w .swiper-button-prev { width: 2.5rem; height: 2.5rem; color: #FFF !important; background-color: #96a2b5; left: 0 !important; }
	.jqhz_gd_w .swiper-button-next { width: 2.5rem; height: 2.5rem; color: #FFF !important; background-color: var(--base_color); right: 0 !important; }
	/*in_box_5*/

	/*in_box_6*/
	#in_box_6 { padding-top: 3.9375rem !important; padding-bottom: 4.25rem !important; }
	#in_news {width: 58.5rem; }
	#in_honor {width: 29.25rem;}
	#in_news { padding: 3.125rem 2.5rem; }
	#in_honor { padding: 3.125rem 2.5rem; }

	.in_newslist_best { margin-bottom: 1.875rem; }
	.in_newslist_best li .img_box { max-width: 35%; }
	.in_newslist_best li .cont_box { margin-top: 0; margin-left: 1rem; max-width: calc(65% - 1rem); }

	
	#news .in_newslist_best li .img_box { max-width: 28%; }
	#news .in_newslist_best li .cont_box { margin-top: 0; margin-left: 1.25rem; max-width: calc(72% - 1.25rem); }

	/*in_box_6*/

	/*首页样式结束*/

	/*统一子页面开始*/

	#page_left { width: 20%; }
	#page_right { width: 78%; }

	/*统一子页面结束*/

	/*统一footer开始*/
	#footer_main #contactList { padding-left: 8.75rem; }
	/*统一footer结束*/

}
/*1536效果/1920 125% 效果*/


/*1800效果*/
@media (min-width: 1800px){
	#name_box_w .container-fluid { max-width: 110.0rem; }
}
/*1800效果*/

/*1920效果*/
@media (min-width: 1920px){

}
/*1920效果*/

/*-------------------------